Superscalar — A superscalar CPU architecture implements a form of parallelism called Instruction level parallelism within a single processor. It thereby allows faster CPU throughput than would otherwise be possible at the same clock rate. A superscalar… … Wikipedia
superscalar — /sooˈ or sūˈpər skā lər/ (computing) adjective (of a processor) able to perform more than one instruction simultaneously ORIGIN: ↑super (3) … Useful english dictionary
superscalar — A microprocessor architecture that contains more than one execution unit, or pipeline, allowing the processor to execute more than one instruction per clock cycle. For example, the Pentium processor is superscalar, with two side by side… … Dictionary of networking
Processor register — In computer architecture, a processor register is a small amount of storage available as part of a CPU or other digital processor. Such registers are (typically) addressed by mechanisms other than main memory and can be accessed more quickly.… … Wikipedia
superscalar — adjective Implementing instruction level parallelism within a single processor, thereby allowing faster throughput than would otherwise be possible at the same clock speed … Wiktionary
superscalar architecture — design of a processor in a manner that allows it to perform more than one operation each cycle … English contemporary dictionary
Scalar processor — Scalar processors represent the simplest class of computer processors.ref|cpu or alu A scalar processor processes one data item at a time (typical data items being integers or floating point numbers). In a vector processor, by contrast, a single… … Wikipedia
Multi-core processor — Diagram of a generic dual core processor, with CPU local level 1 caches, and a shared, on die level 2 cache … Wikipedia
Digital signal processor — A Digital Signal Processor chip found in a guitar effects unit. A digital signal processor (DSP) is a specialized microprocessor with an architecture optimized for the fast operational needs of digital signal processing.[1] … Wikipedia
Vector processor — A vector processor, or array processor, is a CPU design where the instruction set includes operations that can perform mathematical operations on multiple data elements simultaneously. This is in contrast to a scalar processor which handles one… … Wikipedia
Barrel processor — A barrel processor is a CPU that switches between threads of execution on every cycle. This CPU design technique is also known as interleaved or fine grained temporal multithreading. As opposed to simultaneous multithreading in modern superscalar … Wikipedia